home *** CD-ROM | disk | FTP | other *** search
/ AOL File Library: 4,101 to 4,200 / aol-file-protocol-4400-4101-to-4200.zip / AOLDLs / ADV - Message Board Archives / Archived Msgs_ Print w_o PgSetup / ADV.printing next >
Internet Message Format  |  2014-11-30  |  3KB

  1. Path: IIGS Toolbox/Printing without Page Setup
  2.  
  3. Subj:  Printing without Page Setup           91-08-02 13:39:01 EST
  4. From:  Steve Br
  5. Posted on: America Online
  6.  
  7. I am using AC basic in some simulation programs for work.  I am printing regular imagewriter text.  However, to do this, I have to have the program bring up the page setup screens to select CONDENSED and DRAFT mode so it will print regular text.  This is a pain, especially since kids are running the programs.  Is there a way to manually set these options (poking etc.) without bringing up the page setup screens?
  8.  
  9. -Steve
  10.  
  11.  
  12. Path: IIGS Toolbox/Printing without Page Setup
  13.  
  14. Subj:  With IIgs printing...                 91-08-08 01:40:12 EST
  15. From:  Matt DTS
  16. Posted on: America Online
  17.  
  18. ...one does not poke.  The less you try to interpret the print record's device-specific field, the happier you (and I) will be.
  19.  
  20. What you ought to do is make a print record that has the data you want in it (maybe with a small program that lets you set everything the way you want then saves the print record) and use that as a default print record in your application.  You have to be prepared for the instance that:
  21.  
  22. a)  They're not using an ImageWriter
  23. b)  They don't _want_ to print in draft mode
  24. c)  They don't want to print the way you want to.
  25.  
  26. And it's their printer, not yours, so be sure to accomodate them.
  27.  
  28. --Matt
  29.  
  30. Path: IIGS Toolbox/Printing without Page Setup
  31.  
  32. Subj:  Actually..                            91-08-14 20:47:12 EST
  33. From:  Steve Br
  34. Posted on: America Online
  35.  
  36. Actually, it is my printer, and they will be printing in draft
  37. mode with an Imagewriter..
  38.  
  39. This computer is in a simulator inside of a science museum..I don't want the dialog screen to come up because it will just confuse people.  I'm trying to make the simulation as simple as possible.
  40.  
  41. -Steve
  42.  
  43.  
  44. Path: IIGS Toolbox/Printing without Page Setup
  45.  
  46. Subj:  Steve...                              91-08-15 21:25:28 EST
  47. From:  Airship
  48. Posted on: America Online
  49.  
  50. ...here's one trick you might try,keeping in mind I don't know what language you're using. AC/BASIC supports various forms of PRINT including LPRINT which prints text to the printer w/o bringing up the dialogs using the last print style selected. If'n it were me I'd write the program to call up the print dialogs as part of the boot sequence to set the print style to Draft/Condensed, then have all further prints done using LPRINT. This way you'll set the print style when you boot the system in the morning, then forget it.
  51.  
  52. Have fun!
  53.  
  54. John
  55.  
  56.  
  57. Path: IIGS Toolbox/Printing without Page Setup
  58.  
  59. Subj:  Another suggestion...                 91-08-16 00:08:10 EST
  60. From:  A2GS
  61. Posted on: America Online
  62.  
  63. You might try calling the manufacturer of the language your using to see if there is any way around the problem through commands provided within the language.
  64.  
  65. -A2GS
  66.  
  67. Printing without going to the Page Setup dialog boxes.
  68.  
  69.